void draw() {
  int d = day(); // Values from 1 to 31
  if (d == 1) {
    println("Welcome to a new month.");
  }
}